SC_ModelObjectFlags
The following table contains the properties and enumerations for SC_ModelObjectFlags:
Property |
Flag Bit |
Enumeration |
Description |
---|---|---|---|
SCD_MOF_DONT_CARE |
� |
0 |
No flags are set |
SCD_MOF_PERSISTENCE_UNIT |
0 |
1 |
Object is a persistence unit (such as model) |
SCD_MOF_USER_DEFINED |
1 |
2 |
Object is user-defined (such as user-defined properties) |
SCD_MOF_ROOT |
2 |
4 |
Object is the root object (such as model) |
SCD_MOF_TOOL |
3 |
8 |
Object is maintained by the tool |
SCD_MOF_DEFAULT |
4 |
16 |
Object is created by the tool and not removable |
SCD_MOF_TRANSACTION |
5 |
32 |
Object is new or updated in a transaction and the transaction was not committed |
Copyright © 2025 Quest Software, Inc. |